home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of MacTutor - S…e Code for Volumes 1 to 5
/
The Best of MacTutor - Source Code for Volume 1-5 (Wayzata Technology)(6031)(1990).bin
/
Source Code
/
#40 (Jan 89)
/
Help.sit
/
YourApp.R
< prev
next >
Wrap
Text File
|
1988-10-21
|
694b
|
42 lines
* File name: YourApp.R
* Example .R file for YourApp, which
* is an example application name
* that has been linked with DoHelp.
* Resource is also an example name, it
* should be the name of a resource file
* containing all of the needed resources for
* YourApp, Including the 'help' resources for
* DoHelp which you can create using ResEdit
* This also creates the DLOG & DITL that
* DoHelp needs.
MDS1:YourApp
APPLTEST
Type DLOG
,2000
Help
56 32 318 476
visible NoGoAway
4
0
2000
Type DITL
,2000
3
Button
232 152 256 288
Done with help
userItem
8 8 200 434
staticText Disabled
208 96 224 344
Click on a Help topic (above) to view.
INCLUDE MDS2:YourApp.Code
INCLUDE MDS1:Resources